0% found this document useful (0 votes)
11 views6 pages

HTML Tags Working

html tags

Uploaded by

Vishal Pushpad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views6 pages

HTML Tags Working

html tags

Uploaded by

Vishal Pushpad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

It looks like you want to know about working with HTML tags.

Here's a quick guide to some


of the most commonly used HTML tags and how they work:

1. Basic Structure Tags

 <!DOCTYPE html>: Defines the document type and version of HTML (e.g., HTML5).
 <html>: Root element of an HTML document.
 <head>: Contains meta-information about the document (e.g., title, character set).
 <title>: Sets the title of the document that appears in the browser tab.
 <body>: Contains the visible content of the page.

2. Text Formatting Tags

 <h1> to <h6>: Heading tags, where <h1> is the largest and <h6> the smallest.
 <p>: Paragraph tag for text blocks.
 <br>: Line break (no closing tag needed).
 <strong>: Bold text.
 <em>: Italic text.
 <span>: Inline container for text styling.

3. Link and Image Tags

 <a href="URL">: Hyperlink tag to link pages.


 <img src="image.jpg" alt="Description">: Displays an image.

4. List Tags

 <ul>: Unordered (bulleted) list.


 <ol>: Ordered (numbered) list.
 <li>: List item.

5. Table Tags

 <table>: Defines a table.


 <tr>: Table row.
 <td>: Table data (cell).
 <th>: Table header.

6. Form Tags

 <form>: Defines a form for user input.


 <input type="text">: Single-line text input.
 <textarea>: Multi-line text input.
 <button>: Button element.
7. Div and Sectioning Tags

 <div>: Block-level container for organizing content.


 <section>: Defines a section in a document.
 <article>: Defines independent, self-contained content.

Example Structure:
<!DOCTYPE html>
<html>
<head>
SEMANTIC WEB ARCHITECTURE
<title>My Web Page</title>
</head>
<body>
<h1>Welcome to My Web Page</h1>
<p>This is a paragraph with <strong>bold</strong> and <em>italic</em> text.</p>

<a href="https://example.com">Visit Example.com</a>

<img src="image.jpg" alt="A sample image">

<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>

<table>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>Row 1 Data 1</td>
<td>Row 1 Data 2</td>
</tr>
</table>
</body>
</html>

The Semantic Web is a layered architecture designed to make web content more accessible
and interpretable by machines, enabling better interaction between humans and computers.
Here’s an overview of its architecture, which is commonly represented in a stack:

1. URI and Unicode (Identifiers and Characters)

 Uniform Resource Identifier (URI): Provides a global, unique identifier for


resources on the web. It ensures that all data can be referenced uniquely.
 Unicode: Ensures consistent encoding, representation, and handling of text in
different languages.
2. XML (Extensible Markup Language)

 XML: A standard format for structuring data. It provides syntax but doesn't assign
meaning to data. XML ensures that data can be transported and stored in a machine-
readable format.

3. RDF (Resource Description Framework)

 RDF: A framework for representing information about resources in a graph form


(subject-predicate-object). RDF allows data to be structured in triples (e.g., “Person A
knows Person B”), enabling machines to understand the relationships between
different data points.

4. RDF Schema (RDFS)

 RDFS: Provides a basic vocabulary for describing properties and classes of RDF
resources. It helps define the structure of RDF data by describing relationships
between different concepts (like defining a "Person" class and its properties).

5. Ontology (OWL - Web Ontology Language)

 OWL: Extends RDFS by adding more advanced constructs to describe relationships


between data. It enables more complex reasoning and classification by defining richer
semantics. OWL helps machines infer additional information based on the existing
data.

6. Logic and Rules

 Rule Languages: Support automated reasoning on top of data, such as inferencing.


Rule languages, like SWRL (Semantic Web Rule Language), allow the creation of
rules that further refine the relationships between data.

7. SPARQL (Query Language for RDF)

 SPARQL: A query language designed to retrieve and manipulate data stored in RDF
format. SPARQL enables complex queries across multiple datasets, akin to SQL for
relational databases.

8. Proof and Trust Layers

 Proof: Describes how systems can prove the validity of information and inferences.
 Trust: Establishes the reliability of information, incorporating mechanisms like
digital signatures to ensure data integrity and trustworthiness.

9. User Interface and Applications

 This layer involves human interaction with the Semantic Web. Applications built on
top of the previous layers allow users to query and interact with the web more
effectively, benefiting from machine-readable data.
Semantic Web's Goal

The goal of the Semantic Web is to make the web more intelligent, allowing machines to
interpret, understand, and respond to human requests based on the meaning (semantics) of the
data, rather than just syntactical matching.

This architecture fosters interoperability, better data sharing, and automation, supporting
future web advancements like AI, data mining, and more sophisticated search engines.

SEARCH ENGINES

Search engines are tools that help users find information on the internet by indexing and
retrieving relevant web pages based on the user's query. They use sophisticated algorithms to
rank the results based on relevance, content quality, and other factors. The most popular
search engines include:

1. Google

 Dominant player in the market with the largest share of users worldwide.
 Key features: Personalized search, Knowledge Graph, Google Maps integration, and
sophisticated ranking algorithms.
 Specialized services: Image search, video search (through YouTube), news search,
and more.

2. Bing

 Microsoft’s search engine, second-largest in terms of market share.


 Key features: Integration with Microsoft services like Windows and Office, rewards
program for users.
 Specialized services: Image search, video search, and translation tools.

3. Yahoo

 Historically a major search engine, though its search results are powered by Bing
today.
 Key features: Email, news, and media content alongside search capabilities.

4. DuckDuckGo

 Privacy-focused search engine that does not track user activity or store personal data.
 Key features: Clean, simple interface and focus on privacy.
 Specialized services: Instant answers, encrypted search, and !bang shortcuts for
specific sites.

5. Baidu

 China’s largest search engine, dominating the Chinese market.


 Key features: Strong focus on Chinese-language websites and users.
 Specialized services: Multimedia search, maps, and a variety of services similar to
Google.

6. Yandex

 Russia’s most popular search engine with a significant presence in Eastern Europe.
 Key features: Localization for Russian and neighboring regions, deep integration
with Russian services.

7. Ecosia

 Eco-friendly search engine that uses profits to plant trees.


 Key features: Focus on sustainability and environmental impact.
 Specialized services: Same basic functionalities as Bing, but with a green focus.

8. Startpage

 Privacy-oriented search engine similar to DuckDuckGo but based in Europe.


 Key features: Anonymized Google search results, ensuring privacy while delivering
top results.

How Search Engines Work:

1. Crawling: Search engines send out bots or spiders to scan the internet and find new
or updated content.
2. Indexing: After discovering content, they store it in an index, which is a vast database
of web pages.
3. Ranking: When a user submits a query, the search engine retrieves relevant pages and
ranks them based on factors like keywords, page quality, user engagement, and more.
4. Serving results: The results are displayed in an ordered list, often with snippets of
content to help users decide which link to click.

SEO (Search Engine Optimization):

To improve the visibility of websites in search engine results, webmasters use SEO
techniques, which focus on keywords, quality content, backlinks, and other factors that search
engines prioritize when ranking pages.

The article "The Semantic Web" from Scientific American (May 2001), authored by Tim
Berners-Lee, James Hendler, and Ora Lassila, discusses a revolutionary concept for the future
of the internet. The Semantic Web envisions a system where data on the web is structured in
a way that is both understandable and usable by machines. This would enable computers to
process and manipulate web content more intelligently and automatically, leading to a new
era of connectivity and efficiency online.
The Semantic Web relies on technologies like Resource Description Framework (RDF) and
ontologies to encode data with precise meaning, enabling better automation, integration, and
interaction across various platforms. The article emphasizes that this new web would open
the door to significant advancements in fields like artificial intelligence and knowledge
management.

You might also like