The largest tag.
<h1> </h1>
Write a code using the largest heading.
<!DOCTYPE html>
<h1> .... </h1>
<IDOCTYPE! html>
<!DOCTYPE html>
The inventor of WWW.
What is the first step in VSC?
The tag used display content in chunks.
<p>
Write a code that includes title, h1, img.
<!DOCTYPE html>
<title> ... </title>
<h1> ... </h1>
<img src="">
<a href “https://www.spas.edu.ph/”> SPAS Website </a href>
<a href=“https://www.spas.edu.ph/”> SPAS Website </a>
James Gosling
What do you need to do to create a new code?
Add new file.
The tag used to invisible line.
Write a code that includes h2, h3, br, link
<!DOCTYPE html>
<h2> ... </h2>
</h3> ... </h3>
<body> ... <br> .... </body>
<a href=""> </a>
<h2> ... <h2>
<body> ..... </body>
<a href=""> Click Here </a>
<body> </body>
<br>
<h2> ... </h2>
<body> ..... </body>
<a href=""> Click Here </a>
<body> </body>
Guido van Rossum
What is the Step 6 in navigating VSC?
Download Live Server.
The tag used to input another webpage.
<a>
Write a code that includes all the h tags and link tag.
<!DOCTYPE html>
<h1> ... </h1>
<h2> ... </h2>
<h3> ... </h3>
<h4> ... </h4>
<h5> ... </h5>
<h6> ... </h6>
<a href=""> </a>
<DOCTYPE! html>
<h1> ........ </h2>
<h3> ..... </h3>
<img src"">
<body> .... <br> ..... <br> .... <b> </body>
<p> ... </p>
<!DOCTYPE html>
<h1> ........ </h1>
<h3> ..... </h3>
<img src="">
<body> .... <br> ..... <br> .... <br> </body>
<p> ... </p>
Creator of C++ language.
Bjarne Stroustrup
Who is the proponent of Live Server?
Ritwick Dey
The tag used in floating inline.
<style> </style>
Write a code for floating inline.
<!DOCTYPE html>
<html>
<head>
<style>
img {
float:left;
margin-right: 15px
}
</style>
</head>
<body>
<h2> .... </h2>
<img src="">
</body>
</html>
<html>
image {
float-right;
margin-right:10 px;
}
</style>
<body> ..... </body>
</html>
<html>
<style>
img {
float:right;
margin-left:10 px;
}
</style>
<body> ..... </body>
<img src="">
</html>
Dennis co-founded B programming language with?
Ken Thompson and Brian Kernighan
What is the purpose of VSC?