project code on 'html'+'css'
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
<meta name="description" content="your description">
<meta name="author" content="amit">
<meta name="keywords" content="learner">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
amit website
</title>
</head>
<body style="background-color: lightblue;">
<!--comment-->
<h1>comments are <i> invisible</i> </h1>
<h2 class="green"> enjoy journey </h2>
<a href="https://www.google.com"><b>google homePage</b></a><h/>
<img width="100" height="100" src="https://pocket-syndicated-images.s3.amazonaws.com/5d37705114c9d.jpg" alt="a intellectual man"/>
<video src="beret.mp4" poster="DSC112.jpg" controls autoplay width="300"></video>
<a href="hh.html"> hh </a>
<a href="cat.jpg">cat</a>
<!-- <link href="https://www.google.com">google</link> -->
hello world
<p style="color: red; background-color: blue;">style your html</p>
<!--table-->
<table>
<thead>
<caption><h2>list of numberes</h2>
</thead>
<tbody>
<tr>
<th> num1 </th>
<th> num2 </th>
<th> num3 </th>
</tr>
<tr>
<td colspan="3"> one </td>
<td> two </td>
<td> three </td>
</tr>
<tr>
<td> four </td>
<td> five </td>
<td> six </td>
</tr>
</tbody>
</table>
<!--containers & html
div span
block & inline text-->
<!--below one is a example of a inlined text which take the space they need-->
<a href="#"> link1</a>
<a href="#"> link2</a>
<hr>
<!--block element take up the entire row-->
<p>paragraph1</p>
<p>paragraph2</p>
<!--now span are inline and dives are block container-->
<span>span1</span>
<span>span2</span>
<div>div1</div>
<div>div2</div>
<input type="password" name="" value="enter ur password"/><p/>
<textarea name="name" rows="25" cols="80">enter a pargraph</textarea><p/>
<input type="date" />
<input type="file" /> <!--to upload file we need javascript-->
<input type="checkbox" name="" value="">
<input type="checkbox" name="" value="">
<input type="radio" name="btn" value="">
<input type="radio" name="btn" value="">
<input type="submit"/>
<p/>
<form class="" action="index.html" method="post">ddd
</form>
<!--iframe is for web under a web-->
<iframe src="https://google.com.in/" width="1000" height="100">sorry</iframe><p/>
<ol>
<li id="q">font style -normal</li>
<li id="d">font style -italic</li>
</ol>
<div class="box">
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
<meta name="description" content="your description">
<meta name="author" content="amit">
<meta name="keywords" content="learner">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
amit website
</title>
</head>
<body style="background-color: lightblue;">
<!--comment-->
<h1>comments are <i> invisible</i> </h1>
<h2 class="green"> enjoy journey </h2>
<a href="https://www.google.com"><b>google homePage</b></a><h/>
<img width="100" height="100" src="https://pocket-syndicated-images.s3.amazonaws.com/5d37705114c9d.jpg" alt="a intellectual man"/>
<video src="beret.mp4" poster="DSC112.jpg" controls autoplay width="300"></video>
<a href="hh.html"> hh </a>
<a href="cat.jpg">cat</a>
<!-- <link href="https://www.google.com">google</link> -->
hello world
<p style="color: red; background-color: blue;">style your html</p>
<!--table-->
<table>
<thead>
<caption><h2>list of numberes</h2>
</thead>
<tbody>
<tr>
<th> num1 </th>
<th> num2 </th>
<th> num3 </th>
</tr>
<tr>
<td colspan="3"> one </td>
<td> two </td>
<td> three </td>
</tr>
<tr>
<td> four </td>
<td> five </td>
<td> six </td>
</tr>
</tbody>
</table>
<!--containers & html
div span
block & inline text-->
<!--below one is a example of a inlined text which take the space they need-->
<a href="#"> link1</a>
<a href="#"> link2</a>
<hr>
<!--block element take up the entire row-->
<p>paragraph1</p>
<p>paragraph2</p>
<!--now span are inline and dives are block container-->
<span>span1</span>
<span>span2</span>
<div>div1</div>
<div>div2</div>
<input type="password" name="" value="enter ur password"/><p/>
<textarea name="name" rows="25" cols="80">enter a pargraph</textarea><p/>
<input type="date" />
<input type="file" /> <!--to upload file we need javascript-->
<input type="checkbox" name="" value="">
<input type="checkbox" name="" value="">
<input type="radio" name="btn" value="">
<input type="radio" name="btn" value="">
<input type="submit"/>
<p/>
<form class="" action="index.html" method="post">ddd
</form>
<!--iframe is for web under a web-->
<iframe src="https://google.com.in/" width="1000" height="100">sorry</iframe><p/>
<ol>
<li id="q">font style -normal</li>
<li id="d">font style -italic</li>
</ol>
<div class="box">
</div>
</body>
</html>
<!--THANK YOU-->
Comments
Post a Comment