Level no.2
Lecture 2
HTML
HTML stand for Hyper Text Markup Language. HTML is based non tags, without tags we cannot used html.We create file in Visual Stdio Code by using .html extension. First code is based upon introduction.To create website html is must.HTML is a body of a website.Inside of HTML, CSS and JAVA-SCRIPT are kept. Hoe does we kept it, that will discuss further.
What is Boilerplate Code?
Boilerplate code is term that's is commonly used in the programming world.it refers to code sections repeated throughout a program or software.
Boilerplate:
<!DOCTYPE html>
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
Comments
Post a Comment