Header Ads

ad728

Timvn code 1

1. Nhấp chuột chọn tất cả:

<input type="text" value="nội dung cần chọn" onclick="this.select();"/>

2. Đặt ảnh bên trái:

<div class="separator" style="clear: both; text-align: center;"><a href="" imageanchor="1" style="clear:left; float:left;margin-right:1em; margin-bottom:1em"><img border="0" src="" width=""/></a></div>

3. Đặt ảnh bên phải:

4. Đặt ảnh chính giữa:

<div class="separator" style="clear: both; text-align: center;">
<a href="" imageanchor="1" style="margin-left:1em; margin-right:1em"><img alt="" border="0" src="" width=""/></a></div>

5. HTML5 video:

<center>
<video width="610" height="390" poster=".jpg" controls>
<source src=".mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<b>Yêu cầu trình duyệt hỗ trợ thẻ video HTML5</b></video></center>

6. Videojs Player:

<video id="MY_VIDEO_1" class="video-js vjs-default-skin" controls
preload="auto" width="630" height="385" poster="MY_VIDEO_POSTER.jpg"
data-setup="{}">
<source src="MY_VIDEO.mp4" type='video/mp4'>
<source src="MY_VIDEO.webm" type='video/webm'>
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video</p>
</video>

7. Nhúng Iframe

<center><div style="width: 1000px; height: 100%;" align="left" scrolling="no">
<div id="frameContainer" style="overflow:hidden;">
<iframe src="website-url" scrolling="no" style="width: 950px; height: 1000px; margin-top: -350px; margin-right: -7px;" frameborder="0"></iframe></div>
</div></center>

Post Top Ad

ad728

Post Bottom Ad

ad728