Thursday, November 12, 2015

Intro To HTML

I used tags and Notepad. I want to know how to accept input from users.


Tags I've Learned

<html> defines an html document
<head> defines document's information
<title> displays page title
<body> displays page body
<h1-h8> the different sizes of heading
<p> paragraph
<br> break
<em> emphasis, usually italics
<strong> strong emphasis, usually bold
<b> bold
<i> italics
<cite> cites

No comments:

Post a Comment