How to create your own website? Similarity.
WEEK 2:
HTML (Hypertext Markup Language)
HTML must start with a type declaration: <!DOCTYPE html>.
After that it begins with <html> and ends with </html>.
Next <html> is <body> and before </html> it should have </body>.
Example:
<!DOCTYPE html>
<html>
<body>
</body>
</html>
Between <body> and </body> you can put:..
1) HTML heading, <h1> to <h6>.
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
2) HTML paragraph, <p>.
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
3)HTML link <a>.
<a href="http://www.w3schools.com">This is a link</a>
4) HTML images, <img>: (src) for source file, (alt) for alternative text, (width and height) for size.
<img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142">
PRINT and WEB :
CMYK vs RGB :
OWN WEBSITE:
1) Sitemap : Sitemap is a plan for idea of website.
CREATE WEBSITE USING WIX.COM
My website: http://nurulnasuhasanusi.wix.com/nasuha
No comments:
Post a Comment