sondmk header
Lernning HTML5

HTML 001 : การจัดรูปแบบ

Post by Goborijung at 2019-11-16 14:21:27 | ID: 170

<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text (ตัวเน้นเอียง)
<mark> - Marked text
<small> - Small text
<del> - Deleted text
<ins> - Inserted text (เพิ่มและขีดเส้นใต้)
<sub> - Subscript text (ห้อยลง)
<sup> - Superscript text (ห้อยขึ้น)

HTML 002 : Fileset + Legend

Post by Goborijung at 2019-11-16 15:21:03 | ID: 171

<form>
  <fieldset>
    <legend>Personalia:</legend>
    Name: <input type="text"><br>
    Date of birth: <input type="text">
  </fieldset>
</form>

HTML 003 : Input Type

Post by Goborijung at 2019-11-16 16:13:17 | ID: 172

<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
<input type="time">
<input type="url">
<input type="week">

HTML 004 : Detail Tag แสดงรายละเอียดของเนื้อหา

Post by Goborijung at 2019-11-16 20:31:54 | ID: 173

<details>
  <summary>Copyright 1999-2018.</summary>
  <p> - by Refsnes Data. All Rights Reserved.</p>
  <p>All content and graphics on this web site are the property of the company Refsnes Data.</p>
</details>

Credit: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_details

HTML : Auto Refresh Meta Tag

Post by Goborijung at 2020-06-19 11:49:07 | ID: 629

// Refresh ทุกๆ 2 วินาที
<meta http-equiv="refresh" content="2">

HTML : Button Target , button onclick+target

Post by Goborijung at 2021-10-04 16:11:13 | ID: 1344

<button class="btn btn-sm btn-info" type="button" name="btnAddPowerUser" onclick="window.open('addPowerUser.php', '_blank');">
    <i class="fa fa-plus"></i> Add Permision
</button>


HTML : Input Action and Target

Post by Goborijung at 2021-05-31 10:39:59 | ID: 1224

<button type="submit" name="btnPrint" formaction="hrPrint.php" formtarget="_blank"><i class="fa fa-print"></i> Print</button>

HTML : Button Confirm Submit

Post by Goborijung at 2021-05-31 10:47:08 | ID: 1225

<input type="submit" onclick="return confirm('Are you sure?')" />

html : HTML Character Codes

Post by Goborijung at 2021-04-01 11:29:37 | ID: 1078

HTML Character Codes

https://www.rapidtables.com/web/html/html-codes.html

HTML Redirect

Post by Goborijung at 2018-12-24 14:11:27 | ID: 49

<meta http-equiv="refresh" content="0; url=http://example.com/">

12>>>

Framework

Library


เครื่องมือพัฒนาเว็บ



การออกแบบและพัฒนาเว็บไซต์


Download SourceCode



copyAllright © 2016 soundmk.com