F°W.D.&D. Test 2
less than sign <
&alt;
ampersand &
&
greater than sign >
>
code studio platform
files workspace preview
HTML anatomy/element
open tag <> close tag </>
Workspace:
place where you develop a website
preview update
refresh button
HTML startup code
1. <!DOCTYPE> 2. <html> 3. <head> 4. </head> 5. <body> 6. 7. 8. </body> 9. </html>
Version of HTML
<!DOCTYPE>
create a simple webpage
<body> </body>
line break
<br> </br>
different font sizes
<h1-6> </h1-6>
contain metadata about an html doc
<head> </head>
horizontal line
<hr> </hr>
simple html doc
<html> </html>
list
<li> </li>
ordered list
<ol> </ol>
paragraph tag
<p> </p>
unordered list
<ul> </ul>
Debugging
Define the problem Hunt for the bugs Try out small solutions Document what you've learned
HTML:
Hypertext Markup Language
formatting HTML
Whitespace Indentation Commentation