18
Sri Sathya Sai Vidya vihar 2017-18 Name :-Anurag gautam Class : - x- ‘a’ roll no. :- 03

cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

  • Upload
    vudien

  • View
    217

  • Download
    1

Embed Size (px)

Citation preview

Page 1: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Sri Sathya SaiVidya vihar

2017-18Name:-Anurag gautamClass: - x- ‘a’ roll no.:- 03Subject: - f.i.t

Topic-

Page 2: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Project file

Page 3: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Html codes for webpage<html><body>

<h1>My First Heading</h1><p>My first paragraph.</p>

</body></html>

Screenshots:-

Page 4: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Html codes for heading<Html>

<Body>

<h1>this is heading 1</h1>

<p>this is some text. </p>

<Hr>

<h2>this is heading 2</h2>

<p>this is some other text. </p>

</body>

</html>

Sreenshots

Page 5: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Html codes for paragraph<Html>

<Body>

<p>This paragraph contains a lot of lines in the source code, but the browser ignores it.</p>

<p>The number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines

in this paragraph will change.</p>

</body>

</html>

Sreenshots

Page 6: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Html codes for background color<Html>

<Head>

<Title>hello Anurag Singh</title>

</head>

<body bGCOLOR="yellow" TEXT="PURPLE"

TOPMARGIN="40">

<a href="anurag.html">HOME</a>

<h1 align="center"><H1>MY FIRST WEBPAGE</H1>

<p>Hi! My name is Anurag. I am a student of class X at S.S.S.V.V. school, Gail vijaipur. <p="20"></p>

<h2> My hobbies </h2>

</body>

</html>

Sreenshots

Page 7: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Html codes for images on webpage <Html>

<Body>

<h2>biggest tree</h2>

<img src="C:\Users\Suraj Singh\Desktop\big tree.jpg" alt="Mountain View" style="width: 304px; height: 228px ;">

</body>

</html>

Sreenshots

Html codes for tables

Page 8: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

<html>

<head>

<style>

<table>

</table>

</body>

</html>

Sreenshots

Html codes for ordered list

Page 9: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

<html>

<body>

<h2>An ordered HTML list</h2>

<ol>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ol>

</body>

</html

Sreenshots

Html codes for unordered list<html>

Page 10: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

<body>

<h2>An unordered HTML list</h2>

<ul>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ul>

</body>

</html>

Sreenshots

Html codes FOR MY WEBPAGE<html>

<head>

Page 11: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

<title> hello anurag singh </title>

</head>

<body bgcolor="red" text="white"topmargin="40">

<h1 align="center">MY PERSONAL BLOG</h1>

<a href="hkhkhk.html">ABOUT Anurag singh </a>

<H2>I AM A youtuber</H2>

<H2>I like to play billards.

</H2><H2>I AM AWARDED BY opal prize.</H2>

<H2>MY WEBSITE - www.anuragsinghgmail.wordpress.com</H2>

<HR><H1>HERE ARE TOP 3 DOWNLOADING WEBSITES</H1>

<ul>

<li>www.hdmoviespoint.com</li> <li>www.hdmoviescounter.com</li><li>www.filmywap.com</li><li>www.mycoolmoviez.org</li>

<li>www.moviescounter.com</li>

</UL>

<h1>THANKS FOR READING</h1>

<OL>

<li>www.hdmoviespoint.com</li><li>www.hdmoviescounter.com</li><li>www.filmywap.com</li><li>www.mycoolmoviez.org</li><li>www.moviescounter.com</li>

</OL>

</body>

</html>

Sreenshots

Page 12: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Html codes FOR MY linked page

Page 13: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

<html>

<head>

<title> hello anurag singh </title>

</head>

<body bgcolor="red" text="white"

topmargin="40">

<h1 align="center">MY PERSONAL BLOG</h1>

<a href="hkhkhk.html">ABOUT anurag </a>

<h5>THANKS FOR READING</h5>

<ul>

<li>THE VERGE</li>

<li>DROID-LIFE</li>

<li>WIRED</li>

<li>THE NEXT WEB</li>

<li>TECH CRUNCH</li>

</UL>

</body>

</html>

Sreenshots

Page 14: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change
Page 15: cdn-cms.f- · Web viewThe number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change

Thank You and sai ram