To create a simple html file to demonstrate the use of different tags.
HTML Source:
<html>
<head>
<title>iView AD</title>
</head>
<body bgcolor="#ff99cc">
<center>
<h1>TechnoReader</h1>
<br>
<marquee behaviour="alternative" direction="left">
<h5>iView!! #myView #yourView #ourView |Field of Vision for Understanding Different Viewpoints.| #iView</h5>
</marquee>
<hr>
<img src="C:/Users/sanjam/Documents/download.jpg">
</center>
<br>
<p>
Messaging app Telegram<sup>s</sup> new update brings new photo editor 2.0 with selfie masks, GIF creation, new stickers, photo text and drawing support.
<br>
Now Telegram app users will be able to create their own GIFs by simply recording a video in the app and can share them as a looped autoplayed GIF by tapping on to the new mute button.
<br>
The animations will be saved to GIFs section so users can quickly react to anything with a set of their own pre recorded GIF-emotions.
<br>
<blockquote>
Today we are pushing the photo editor to the next level with the fun stuff: you can now add drawings, masks, stickers and text right onto your pictures.<br>
</blockquote>
The app is updated with the capability of identifying faces on photos and uses mask meta-data to find the perfect spot, notes blog post.
<br>
Other photo editing tools includes adding text and drawings to your photos.Lastly, there is a new trending stickers tab that keeps all the new stickers at one place.
<br>
</p>
<hr>
<a href="mailto:sanjam531@gmail.com">Sanjampreet Singh</a> ///Link Mail ID
<br>
<a href="http://sanjamhelping.blogspot.in/p/it-14304-it-methodologies-lab.html">Department Of Information Technology</a> ///Link To All Practicals
<br>
<a href="E:\documents\IM LAB\html\HTML2.html">Next Practical-></a> ///Link to all practicals
</body>
</html>
HTML Output:
Include the following source Code in Document Environment in your LaTeX File
LaTeX Source:
\newpage
\section{\emph{To create a simple html file to demonstrate the use of different tags.}}
\subsection{\emph{Code:}}
\begin{verbatim}
<html>
<head>
<title>iView AD</title></head>
<body bgcolor="#ff99cc">
<center><h1>TechnoReader</h1><br>
<marquee behaviour="alternative" direction="left">
<h5>iView!! #myView #yourView #ourView
|Field of Vision for Understanding Different Viewpoints.| #iView</h5></marquee>
<hr><img src="C:/Users/sanjam/Documents/download.jpg"> </center><br>
<p>Messaging app Telegram<sup>s</sup> new update brings new photo editor 2.0
with selfie masks, GIF creation, new stickers, photo text and drawing support.
Now Telegram app users will be able to create their own GIFs by simply recording
a video in the app and can share them as a looped autoplay GIF by
tapping on to the new mute button.<br>The animations will be saved to GIFs
section so users can quickly react to anything with a set of their own
pre recorded GIF-emotions.<br><blockquote >
Today we are pushing the photo editor to the next level with the fun stuff:
you can now add drawings, masks, stickers and text right onto your pictures<br>
</blockquote>
The app is updated with the capability of identifying faces on photo
and uses mask metadata to find the perfect spot, notes blog post.<br>
Other photo editing tools includes adding text and drawings your photos.Lastly,
there is a new trending stickers tab that keeps all the new stickers at one place.
<br></p><hr><a href="mailto:sanjam531@gmail.com">Sanjampreet Singh</a>
<a href="http://sanjamhelping.blogspot.in/p/it-14304-it-methodologies-lab.html">
Department Of Information Technology</a><br>
<a href="E:\documents\IM LAB\html\HTML2.html">Next Practical-></a>
</body>
</html>
\end{verbatim}
\newpage
\subsection{\emph{Output:}}
\begin{figure}[h]
\centering
\includegraphics[scale=0.45]{p1}
\caption{Output Of HTML Page}
\end{figure}
\section{\emph{To create a simple html file to demonstrate the use of different tags.}}
\subsection{\emph{Code:}}
\begin{verbatim}
<html>
<head>
<title>iView AD</title></head>
<body bgcolor="#ff99cc">
<center><h1>TechnoReader</h1><br>
<marquee behaviour="alternative" direction="left">
<h5>iView!! #myView #yourView #ourView
|Field of Vision for Understanding Different Viewpoints.| #iView</h5></marquee>
<hr><img src="C:/Users/sanjam/Documents/download.jpg"> </center><br>
<p>Messaging app Telegram<sup>s</sup> new update brings new photo editor 2.0
with selfie masks, GIF creation, new stickers, photo text and drawing support.
Now Telegram app users will be able to create their own GIFs by simply recording
a video in the app and can share them as a looped autoplay GIF by
tapping on to the new mute button.<br>The animations will be saved to GIFs
section so users can quickly react to anything with a set of their own
pre recorded GIF-emotions.<br><blockquote >
Today we are pushing the photo editor to the next level with the fun stuff:
you can now add drawings, masks, stickers and text right onto your pictures<br>
</blockquote>
The app is updated with the capability of identifying faces on photo
and uses mask metadata to find the perfect spot, notes blog post.<br>
Other photo editing tools includes adding text and drawings your photos.Lastly,
there is a new trending stickers tab that keeps all the new stickers at one place.
<br></p><hr><a href="mailto:sanjam531@gmail.com">Sanjampreet Singh</a>
<a href="http://sanjamhelping.blogspot.in/p/it-14304-it-methodologies-lab.html">
Department Of Information Technology</a><br>
<a href="E:\documents\IM LAB\html\HTML2.html">Next Practical-></a>
</body>
</html>
\end{verbatim}
\newpage
\subsection{\emph{Output:}}
\begin{figure}[h]
\centering
\includegraphics[scale=0.45]{p1}
\caption{Output Of HTML Page}
\end{figure}
Comments
Post a Comment