<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<title>Indian Cricket Team </title>
<h1 align="center">India is my favourite cricket
team</h1>
</head>
<body>
<img
src="https://akm-img-a-in.tosshub.com/indiatoday/images/story/201804/2011-WC.jpeg?LV2RTqfE6YDe1twG4bSEwyKNXJfucAI3"
title="Celebration of Indian Cricket Team" alt="Indian Cricket Team
Celebrating after winning ICC World cup in 2011"
align="center">
<p>Though hockey is the national sport of India, sometimes
one is forced to wonder if it is cricket which deserves this honor.
For when one compares the excitement and frenzy generated by a
cricket match in India to that surrounding a hockey match, the
latter pales into insignificance. So it can be said that cricket is
the ‘unofficial’ national sport of India. In fact, its development
has been closely connected with the history of the country,
‘mirroring many of the political and cultural developments around
issues such as caste, religion and nationality’.</p>
<br>
<p>Cricketers in India have the status of Demy gods.
Politicians, big businessmen and film stars fawn over them and MNCs
pursue them for endorsements and mega advertising deals. But all
this fame and glory lasts only as long as they win the current
match. Indian fans can be an unforgiving lot as many seasoned
cricketers have discovered by now.</p>
<br>
<p>International cricket in India generally does not follow a
set pattern. Generally, more one-day matches are played than Test
matches. Cricket in India is managed by the BCCI (Board of Control
for Cricket in India), the richest cricket board in the world.
Cricket is the most watched sport in the country and attendance
often dips sharply in schools, colleges and offices every time a
major international match is played.</p>
<br>
<h3>Major Indian Cricket Players</h3>
<ul style="list-style-type:disc;">
<li>Virat Kohli - Captain</li>
<li>Rohit Sharma - Vice Captain</li>
<li>Mahendra singh Dhoni - Wicket Keeper</li>
<li>so on ...</li>
</ul>
<p>
<h3>Some of the links to watch live
matches<h3>
<a href="http://www.espncricinfo.com/">Espn</a>
<a href="https://www.hotstar.com/sports/cricket/"
target="_blank">Hotstar</a>
<a href="https://www.starsports.bet" target="_blank">Star
Sports</a>
<a href="https://www.sonyliv.com/" target="_blank">Sony
Live</a>
</p>
<blockquote
cite="https://en.wikipedia.org/wiki/India_national_cricket_team">
The India men's national cricket team, also known as Team India and
Men in Blue, is governed by the Board of Control for Cricket in
India (BCCI), and is a Full Member of the International Cricket
Council (ICC) with Test, One-Day International (ODI) and Twenty20
International (T20I) status.
</blockquote>
<a href = "mailto:">For Queries Send Email</a>
</body>
</html>
OMILJ LU JUDMIng dlile upload For the assignment you will be creating an HTML page for...
Create a html5 document template. the correct HTML5 document structure (!doctype, html, head, body) a title for your web page heading tags to break up the various sections of your content (About Me, Education, Employment, etc.) paragraph tags around all paragraphs a link to at least two websites (perhaps link to your college or place of employment) at least one ordered or unordered list (perhaps for your interests or accomplishments) at least one image Your html page should include ALL...
HTML Decide on a subject for your first web page. All page content must be related to this subject. Create your first web page. Name the file Brandon-Lab01.html. The page must contain the foundation !DOCTYPE, html, head, and body tags. The html tag must also include the lang attribute with a value of en Place the following in the head of your page: Title the page Lab 1 - Brandon. Add the meta character set tag. A <link href="Lab01.css" rel="stylesheet"...
JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web page is to just dive right in. Open Notepad. To open notepad in Windows, click the windows icon in the lower left corner of the screen and then type "notepad." Notepad is a text editor. Other text editors you may consider are TextPad, Sublime Text, or NotePad++. Do not use Word or WordPad; they are word processors. If you are using an Apple computer...
Code for the movies page:
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,
initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="style.css"
/>
<title>Daniel's Movie Page</title>
</head>
<body>
<a href="hobbies.html">Hobbies</a>
<h1>Movies and Actors</h1>
<ol>
<li class="ol-list1">Gravity</li>
<li>Avenger</li>
<li>Marshal</li>
<li>Interstellar</li>
<li>Dark Knight</li>
<li>Superman</li>
</ol>
<ul>
<li class="ul-list1">Robet Downey jr.</li>
<li>Sharuk Khan</li>
<li>Ranbir Kapoor</li>
<li>Sidhhart Malhotra</li>
<li>Angela Joli</li>
<li>Leonardo DiCaprio/li>
</ul>
<h2>Favorite Movie</h2>
<p>
<b>Gravity:</b> The movie portrayed what happens to
an astronaut if he/she
is pushed away from spaceship.It was terrifying how much...
Creating the Home and Template Pages Overview In this assignment, you will start building your Web site for your fictional organization by creating a homepage using HTML5 and some of the key elements that define a Web page. You are required to use either a simple text editor to write your code, or an enhanced text editor such as Brackets. Note: Microsoft Word is not a good tool for developing code because it is a document processor and not a...
For milestone #1, we will start the CARIT site with three static HTML pages and a CSS file. Create a dedicated folder for this project. This folder should contain all related files in this project. The future milestones are cumulative and built directly on top of your prior work. Function/content requirements: A home page named “index.html”, which include these contents at least: Description of the center. You may reference the example sites. Latest news: use list tags; make up some...
// I need help in creating and publishing a website with two pages for this assignment, I am new to this and need a bit of help as to what and how many HTML files I need to create, and CSS files. If anyone could send me a sample code or anything to start out with it would be appreciated ! I have attached the specifications and requirements below CPI 101 Introduction to Informatics Homework #1 Check Out My Website!...
Create a CSS-styled Table Page For this Assignment you will first read the appropriate chapters in the textbook and then a create web page, for example called table.html, in your ubunix.buffalo.eduaccount just as you did in Home Page Assignment. Assignment Requirements Your new web page should utilize the following HTML tags and include the following: A <body> tag that uses an appropriate style value to change the background color of the web page. Appropriate <table>, <tr>, <th>, and <td> tags...
Using HTML and JavaScript. For this assignment you should submit a single zip file that contains the following two files: index.html script.js index.html should be a skeleton HTML page. So it should have the following tags: doctype html head meta title body script If you were to open index.html without including the associated JavaScript it should be entirely blank. You should then use JavaScript to create all of the content of this page and append it to the body of...
Question 10.2 pts Which of the following does NOT offer an opportunity for timely content? Content that matches a situational trigger Content that addresses urgent pain points Content that suits seasonal consumption patterns News alerts Evergreen content Flag this Question Question 20.2 pts Which of the following mid-funnel curation methods help audiences to know you better? Branded journalism, digests and branded apps Shadowing, retargeting and boosting posts Pictures of kittens, puppies and babies Scenes of inspiration, nostalgia and generous gift...