HTML Exercises
HTML Exercises
<HTML>
<HEAD>
<TITLE> Paragraph and Line Break tags </TITLE>
</HEAD>
<BODY bgcolor="yellow" text="red">
<H1 align=“center”> HTML</H1>
<P align=“center”>
HTML (HyperText Markup Language) is a Markup language devised for
website creation. <BR>These websites can be viewed by anyone else
connected to the Internet.
</P>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE> Creating A Table </TITLE>
</HEAD>
<BODY>
<CENTER>
<TABLE border= "2" bordercolor = "blue" CELLSPACING="6"
CELLPADDING="6" WIDTH="80%" HEIGHT=25%>
<CAPTION>Student Details </CAPTION>
<TR><TH>Stream</TH>
<TH WIDTH="20%"> Roll No</TH>
<TH WIDTH="20%"> First Name </TH>
<TH WIDTH="20%"> Last Name</TH>
<TH WIDTH="20%"> Address</TH></TR>